MindFusion.Wpf Pack Programmer's Guide
Utilities.MatchPointsMinLength Method
See Also
 





Returns an array of node anchor points which match current node links anchor point

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static int[] MatchPointsMinLength (
    Point[] nodeAnchorPoints,
    int[] pointRealIndexes,
    Point[] fixedLinksAnchorPoints,
    List<Int32> usedAnchorPointIndexes
)

Visual Basic  Copy Code

Public Shared Function MatchPointsMinLength( _
    nodeAnchorPoints() As Point, _
    pointRealIndexes() As Integer, _
    fixedLinksAnchorPoints() As Point, _
    usedAnchorPointIndexes As List(Of Int32) _
) As Integer()

 Parameters

nodeAnchorPoints

pointRealIndexes

fixedLinksAnchorPoints

usedAnchorPointIndexes

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion Namespace